Class AlterTranInput

Description

取引変更入力パラメータクラス

Located in /com/gmo_pg/client/input/AlterTranInput.php (line 13)

BaseInput
   |
   --AlterTranInput
Method Summary
 AlterTranInput __construct ([array $params = null])
 string getAccessId ()
 string getAccessPass ()
 integer getAmount ()
 void getDisplayDate ()
 string getItemCode ()
 string getJobCd ()
 string getMethod ()
 integer getPayTimes ()
 string getShopId ()
 string getShopPass ()
 string getTax ()
 void setAccessId (string $accessId)
 void setAccessPass (string $accessPass)
 void setAmount (integer $amount)
 void setDisplayDate ( $displayDate)
 void setInputValues (IgnoreCaseMap $params)
 void setItemCode (string $itemCode)
 void setJobCd (string $jobCd)
 void setMethod (string $method)
 void setPayTimes (string $payTimes)
 void setShopId (string $shopId)
 void setShopPass (string $shopPass)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 76)

コンストラクタ

  • access: public
AlterTranInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAccessId (line 122)

取引ID取得

  • return: 取引ID
  • access: public
string getAccessId ()
getAccessPass (line 130)

取引パスワード取得

  • return: 取引パスワード
  • access: public
string getAccessPass ()
getAmount (line 154)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getDisplayDate (line 198)
  • access: public
void getDisplayDate ()
getItemCode (line 138)

商品コード取得

  • return: 商品コード
  • access: public
string getItemCode ()
getJobCd (line 146)

処理区分取得

  • return: 処理区分コード
  • access: public
string getJobCd ()
getMethod (line 162)

支払い方法取得

  • return: 支払方法
  • access: public
string getMethod ()
getPayTimes (line 170)

支払回数を取得

  • return: 支払回数
  • access: public
integer getPayTimes ()
getShopId (line 178)

ショップID取得

  • return: ショップID
  • access: public
string getShopId ()
getShopPass (line 186)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTax (line 194)

税送料取得

  • return: 税送料
  • access: public
string getTax ()
setAccessId (line 207)

取引ID設定

  • access: public
void setAccessId (string $accessId)
  • string $accessId: 取引ID
setAccessPass (line 216)

取引パスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass: 取引パスワード
setAmount (line 225)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount: 利用金額
setDefaultValues (line 87)

デフォルト値を設定する

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setDisplayDate (line 292)
  • access: public
void setDisplayDate ( $displayDate)
  • $displayDate
setInputValues (line 97)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setItemCode (line 234)

商品コード設定

  • access: public
void setItemCode (string $itemCode)
  • string $itemCode: 商品コード
setJobCd (line 243)

処理区分設定

  • access: public
void setJobCd (string $jobCd)
  • string $jobCd: 処理区分コード
setMethod (line 252)

支払い方法設定

  • access: public
void setMethod (string $method)
  • string $method: 支払い方法
setPayTimes (line 261)

支払回数設定

  • access: public
void setPayTimes (string $payTimes)
  • string $payTimes: 支払回数
setShopId (line 270)

ショップID設定

  • access: public
void setShopId (string $shopId)
  • string $shopId: ショップID
setShopPass (line 279)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass: ショップパスワード
setTax (line 288)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax: 税送料
toString (line 301)

文字列表現

URLのパラメータ文字列の形式の文字列を生成する

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:53:03 +0900 by phpDocumentor 1.4.3